CONTENTS | INDEX | PREV | NEXT

 FUNCTION
 Absolute Locator

 SYNOPSIS
 LoadAbs exefile -o outfile -A addr

 DESCRIPTION
 LoadAbs takes a standard Amiga executable and generates an image file
 relocated to the absolute location specified.  The image file is
 structured in the same order as the hunks appear in the Amiga
 executable.  BSS hunks will generate 0's in the image file.

 exefile  Executable to do the absolute relocation on

 -O outfile
     Resulting image file

 -A addr  0xHEX absolute relocation address

     || NOTE: This program will do 32 bit relocations only.  Generally
     || you only use LoadAbs with -mD -mC compiled programs.